home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / ls1_2.zip / README.DOC < prev   
Text File  |  1996-01-03  |  5KB  |  112 lines

  1.  
  2.       ─   ─  ─ ──═───═──═─═══════════════════════════─═──═───═── ─  ─   ─
  3.                           LightSpeed BBS  Version 1.1
  4.               ─   ─  ─ ──═───═──═─═══════════─═──═───═── ─  ─   ─
  5.      Copyright (C) 1995 by RidgeLine Engineering.    All Rights Reserved.
  6.   ─────────────────────────────────────────────────────────────────────────
  7.                              [Getting Started...]
  8.  
  9.                 * ** For additional instructions see LS.DOC ** *
  10.  
  11.   [Step 1]:  For LightSpeed to operate correctly, you must modify your
  12. Config.Sys and Autoexec.Bat files (see your MS-Dos manual for information
  13. on how to do this).  You must make sure of two things:  A) You have SHARE.EXE
  14. loaded, and B) You have FILES=30 (or higher).  Normally, these can be
  15. accomplished by adding this line to your Autoexec.Bat file:
  16.   It doesn't matter WHERE in the autoexec.bat, unless your computer starts
  17. up into a shell such as Windows, in which case it should be BEFORE the
  18. shell-command.  For example, if there's a line that says C:\Windows\Win,
  19. place this before it.)
  20.  
  21. C:\Dos\Share.Exe
  22.  
  23.   And this line to your Config.Sys line:  (It doesn't matter where)
  24.  
  25. FILES=30
  26.  
  27.   If your BBS will be running multi-node (in the trial edition, this only
  28. includes your free local node for sysop access) set at least
  29. "FILES=10 x #ofNodes" where #ofNodes is how many nodes you wish to run
  30. simultaniously.
  31.  
  32.   [Step 2]: If you have not already done so, you should now install
  33. LightSpeed to your hard drive.  If your copy of LightSpeed is on a floppy
  34. disk, then type this:
  35.  
  36.     A:Install
  37.  
  38.   If your copy of LightSpeed came from a zipfile, run the included INSTALL
  39. program from the DOS Prompt.  Change to the directory you unzipped to, and
  40. type:
  41.  
  42.     Install
  43.  
  44.     Further instructions will follow.
  45.  
  46.   [Step 3]:  It is not required, but it is HIGHLY recommended that you
  47. create a RAM-Drive before using LightSpeed.  Even a tiny ram-drive of
  48. as little as 100k might significantly improve LightSpeed's performance.
  49. To make LightSpeed use a ram-drive, you need only set the "Ramdrive letter"
  50. in LsConfig's Master Configuration, then follow the instructions to modify
  51. LS1.BAT, LS2.BAT, etc. for as many nodes as needed.  For more information on
  52. creating ram-drives, consult your MS-DOS manual, however, most of the
  53. time all that is needed is adding this line to your Config.Sys file:
  54.  
  55.   Device=C:\Dos\RamDrive.Sys 1024 512
  56.  
  57.   You can also use "Devicehigh" in place of "Device" if you have upper
  58. memory available.  The 1024 is the size of the ram-drive in KBytes, and
  59. can be changed to a smaller value if you have limited ram (It should be
  60. at least 100) or a higher value if you have ram to spare (the more the
  61. better up to about 4 megabytes.)  To create the Ram-drive with extended
  62. (recommended, but requires a Himem.sys or similar driver) add a /E option.
  63. To create the Ram-drive with expanded memory (requires EMM386, QEMM, etc)
  64. add a /A option.
  65.  
  66.   It is also highly recommended that if you have any free memory, you install
  67. a disk cache program such as MS-DOS SmartDrv.Exe.  This will greatly improve
  68. the speed of your BBS.  The larger the size of the cache, the faster your
  69. system will run (until you use up too much memory, and then the BBS won't
  70. load.)  See your MS-DOS manual for information on using SmartDrv.Exe.
  71. No changes to LightSpeed are necissary to support the disk cache.
  72.  
  73.   [Step 4]:  Change to your LightSpeed directory (Type D:[Enter] where D is
  74. the drive with LightSpeed, followed by Cd\Ls[Enter] if you choose the default
  75. path).  Run LSConfig.Exe and move through each item off the main menu until
  76. you have setup your BBS as needed.  See LSConfig.Doc for help in using that
  77. program.
  78.  
  79.   A new feature in LightSpeed v1.2 is that INSTALL will automatically set up
  80. LSCONFIG/Master Configuration, as well as all LS?.BAT files.  Keep in mind,
  81. that if there are any path changes (i.e. moving LightSpeed to another
  82. directory) or if you install or remove a RAMDrive, you will need to modify
  83. LS?.BAT yourself, and sometimes LSCONFIG/Master Configuration.
  84.  
  85.   [Done]:  LightSpeed is ready to run now, and you can try it out by
  86. changing the your LightSpeed directory and typing Ls1[Enter].  You can use
  87. Alt-S or Alt-L to try your system out, and press F9 after you have your
  88. account setup to change your security class, usually to "Master", the
  89. most powerful security class by default.  To get a status bar, use the F2
  90. and F1 keys.  To modify your online time, use F7 and F8 or Ctrl-F7 and
  91. Ctrl-F8.  You have full access to the default system, and can access sysop
  92. functions by pressing the ! key from most other menus.  (It is not listed
  93. as an option on the menus, however it will still work.)  Play around with
  94. the system for a while.  When your done, you may wish to begin custimizing
  95. your new BBS system.
  96.  
  97. --
  98.  
  99.   If you experience installation problems, you can manually install 
  100. LightSpeed.  The .EXE files on the distribution disks, other than INSTALL.EXE,
  101. are all self-extracting zip files.  Make a directory such as C:\Ls, change
  102. to it, and type:
  103.  
  104. A:\LsPak -d
  105.  
  106.   For disk two, type:
  107.  
  108. A:\LsExtra -d
  109.  
  110.   You will then need to setup LSCONFIG, and modify all the LS?.BAT files
  111. yourself.
  112.